home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Graphics / GraphicsWrap / Source / TGIFCell.h < prev    next >
Text File  |  1991-09-16  |  278b  |  18 lines

  1. #import "ListCell.h"
  2. #import "NXBitmapGraphicRep.h"
  3.  
  4. @interface TGIFCell : ListCell
  5. {
  6.   char *command;
  7.   int number1, number2, number3;
  8. }
  9.  
  10. - init;
  11. - (char *)emitCmd;
  12. - free;
  13.  
  14. - drawInside:(const NXRect *)cellFrame inView:controlView;
  15. @end
  16.  
  17. extern NXBitmapGraphicRep *theBitmap;
  18.